SixBit API Schema
SelectedValueType Complex Type
Description
A single item specific name/value pair.
Namespace (none)
Diagram
Type Element ValueID Element Value Element Name Element All SelectedValueType Complex Type
Overview
SelectedValueType
A single item specific name/value pair.
Used By
SelectedValue Element
Attributes
NameTypeUseDefaultFixedDescription
numericIsCurrencyxs:booleanoptionalfalse  
Source
<xs:complexType name="SelectedValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A single item specific name/value pair.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="Name" type="ISNameType" maxOccurs="1" minOccurs="1" />
    <xs:element name="Value" type="ISValueType" maxOccurs="1" minOccurs="1" />
    <xs:element name="ValueID" type="ISValueIDType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Type" type="ISTypeType" maxOccurs="1" minOccurs="0" />
  </xs:all>
  <xs:attribute name="numericIsCurrency" type="xs:boolean" use="optional" default="false" />
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.